Blazor コントロール
GetCachedItems メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1CacheDataCollection<T> クラス : GetCachedItems メソッド
From index.
To index.
Gets the cached items in the specified range.
シンタックス
'宣言
 
Public Function GetCachedItems( _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer) _
) As System.Collections.Generic.IEnumerable(Of ILoadedItem(Of T))
public System.Collections.Generic.IEnumerable<ILoadedItem<T>> GetCachedItems( 
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex
)

パラメータ

fromIndex
From index.
toIndex
To index.
参照

C1CacheDataCollection<T> クラス
C1CacheDataCollection<T> メンバ